mdx: 11.5.7 및 11.6.5 문서를 동기화합니다#1023
Merged
Merged
Conversation
Confluence 전체 API 응답을 다시 받아 변경된 문서명과 링크 경로를 최신 상태로 맞추고, ko/en/ja 릴리스 노트와 관련 본문을 동기화합니다. Constraint: 11.5.0-11.5.7.mdx 및 11.6.0-11.6.5.mdx는 신규 문서가 아니라 기존 문서명 변경입니다. Rejected: #link-error를 수동 링크로만 수정 | 기존 Confluence API 응답이 stale하여 재변환 입력을 먼저 갱신해야 했습니다. Confidence: high Scope-risk: moderate Directive: Confluence 변환 후 .skel.mdx 생성물은 커밋 전에 반드시 reset합니다. Tested: bin/fetch_cli.py --remote 완료 확인; bin/convert_all.py 성공; targeted skeleton 비교 통과; rg #link-error 및 stale path 검색 매치 없음; git diff --check; npm run build Not-tested: 브라우저 수동 렌더링 확인 Generated-with: Codex
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Confluence Space 전체 API 응답을 다시 내려받아 11.5.7/11.6.5 문서명 변경과 링크 경로를 ko/en/ja 문서에 동기화합니다.
11.5.0-11.5.6문서를11.5.0-11.5.7로 이동하고 세 언어의 release note와 metadata를 갱신합니다.11.6.0-11.6.4문서를11.6.0-11.6.5로 이동하고 세 언어의 unreleased 문서와 metadata를 갱신합니다.convert_all.py를 다시 실행해#link-error가 생기지 않도록 합니다.Test plan
bin/fetch_cli.py --remote기존 실행 프로세스 완료 확인cd confluence-mdx && source venv/bin/activate && bin/convert_all.pyrg -n '#link-error|11\.5\.0-11\.5\.6|11\.6\.0-11\.6\.4' src/content confluence-mdx/targetgit diff --checknpm run buildAdditional notes
npm run build는 성공했습니다. Turbopack의 broad file pattern 경고와 새 파일의 Git timestamp 경고는 남아 있지만, 빌드 실패는 발생하지 않았습니다.🤖 Generated with Codex